// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Jann Arden & Rick Mercer','Mary Brown's Centre','St. John's, Canada','Thursday','5/2/2024','8:00 PM','6291287','Jann-Arden---Rick-Mercer-5-2-2024'],['John Oates','City Winery At City Foundry STL','St. Louis, MO','Tuesday','5/7/2024','7:30 PM','6203127','John-Oates-5-7-2024'],['Jeremy Hotz','St. John's Arts and Culture Center','St. John's, Canada','Friday','5/10/2024','8:00 PM','6110014','Jeremy-Hotz-5-10-2024'],['BottleRock Festival: Pearl Jam, Ed Sheeran, Stevie Nicks & Mana - 3 Day Pass','Napa Valley Expo','Napa, CA','Friday','5/24/2024','TBD','5736140','BottleRock-Festival--Pearl-Jam--Ed-Sheeran--Stevie-Nicks---Mana---3-Day-Pass-5-24-2024'],['Foreigner, Styx & John Waite','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Tuesday','6/18/2024','6:45 PM','6123910','Foreigner--Styx---John-Waite-6-18-2024'],['John Michael Montgomery','Ameristar Casino & Hotel - Saint Charles','Saint Charles, MO','Saturday','6/22/2024','8:30 PM','6314424','John-Michael-Montgomery-6-22-2024'],['Jacob Collier','Mary Brown's Centre','St. John's, Canada','Tuesday','7/2/2024','8:00 PM','6371550','Jacob-Collier-7-2-2024'],['Foreigner, Styx & John Waite','MidFlorida Credit Union Amphitheatre At The Florida State Fairgrounds','Tampa, FL','Saturday','7/20/2024','6:45 PM','6123924','Foreigner--Styx---John-Waite-7-20-2024'],['Churchill Park Music Festival: Shania Twain, Alan Doyle & Lindsay Ell - Friday','Churchill Park','St. John's, Canada','Friday','8/16/2024','3:00 PM','6356101','Churchill-Park-Music-Festival--Shania-Twain--Alan-Doyle---Lindsay-Ell---Friday-8-16-2024'],['Churchill Park Music Festival: Shania Twain & TALK - Saturday','Churchill Park','St. John's, Canada','Saturday','8/17/2024','3:00 PM','6356102','Churchill-Park-Music-Festival--Shania-Twain---TALK---Saturday-8-17-2024'],['Billy Idol','Mary Brown's Centre','St. John's, Canada','Sunday','8/25/2024','8:00 PM','6371689','Billy-Idol-8-25-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Sunday','9/8/2024','3:30 PM','6291001','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-8-2024'],['Australian Pink Floyd Show','Mary Brown's Centre','St. John's, Canada','Sunday','9/22/2024','7:30 PM','6088246','Australian-Pink-Floyd-Show-9-22-2024'],['2025 Rose Parade','Tournament Of Roses Parade','Pasadena, CA','Wednesday','1/1/2025','8:00 AM','6195411','2025-Rose-Parade-1-1-2025']],'St. John','http://www.ticketnetwork.com/ticket/St.-John-events.aspx');